Access Export v1.3 README.TXT 10/19/93 ------------------------------New in v1.3----------------------------- *Reduced size of logo graphic to reduce overhead, and increase startup speed *Added "Show All" button/functionality *Assorted bug fixes and cleanup ------------------------------New in v1.2----------------------------- *Index table startup is much faster (begintrans, committrans) *Tables can be exported structure only or with data *You can now print a simple report from the status form after export ------------------------------New in v1.1----------------------------- *use the delete button to delete all selected objects (except Modules) *status screen displays progress during export *doesn't crash if you export a module that already exists in the destination (but it still can't do it) *Export.mda will work with in any path as long as it is intalled in the access directory. ------------------------------Info----------------------------- Access Export is a library intended to speed up the process of exporting and deleting large numbers of database objects. This is very usefull in multi-programmer development enviroments. Access Export is Copyrighted and the property of Open Systems Inc. Open Systems is not responsible for any damage, real or mental, it may cause. This version of is being released as a sample product. It may be reproduced and distributed. Future versions may be shareware and/or a commercial product. Questions, Comments, Feedback to: Open Systems Inc. 7626 Golden Triangle Drive Eden Prairie, MN 55344 Attn: Eric Bowen CIS 71570,1244 or (612) 829-1417 or USsnail ------------------------------Installation----------------------------- You may either run Access Export directly or as a library (although it is not very useful run directly). Export.mda must be installed in the directory that Access starts from (usually C:\ACCESS). To run as a library MSACCESS.INI must be modified as follows: In the [Libraries] section add the line: export.mda= In the [Menu Add-ins] section add the line: Access Export==StartExport() ------------------------------Operation----------------------------- Start Access and open an existing database. "Access Export" will know appear at the bottom of the "Help" menu. Select "Run" on the splash screen, and wait for it to setup. Select the objects you wish to export by: selecting the type of object(s), clicking in the radio button next to the name(s) to tag, and pressing export. If you check the "Export table structure only" radio button all of the currently selected tables will be exported structure only. Access Export will export multiple object types simultaniously (for example: you may select tables, forms at the same time). Note the "Updated Since" field which limits which objects are displayed, this date defaults to the last date and time that an object was exported. "Show All" resets "Updated Since" to 1/1/100 to show all objects. "Select All" only selects objects with an update >= the date specified. "UnSelect All" unselects ALL objects regardless of date. Note: Due to limitations of Access basic, Access Export cannot export modules to mdb's that already contain modules of that name. This still must be done manually. Also it cannot delete module. Hopefully this will be resolved in the near future. ------------------------------Future Development----------------------------- Numerous possibilities, send suggestions. Export tables as attachments Debugging and Error trapping Help File Import also Show objects in two mdb's and transfer both ways!